home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 2 / X'Tasies 2 - Disc 2.iso / mac / Movie.Dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  257 b   |  17 lines

  1. global qt_position
  2.  
  3. on mouseDown
  4.   if the doubleClick then
  5.     set qt_position to the movieTime of sprite 22
  6.     set the visible of sprite 22 to 0
  7.     updateStage()
  8.     go(marker(-10))
  9.   else
  10.     go(the frame)
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   go(the frame)
  16. end
  17.